runtime.guintptr.ptr (method)
40 uses
runtime (current package)
debugcall.go#L157: newg := gp.schedlink.ptr()
debugcall.go#L208: callingG := gp.schedlink.ptr()
mgcmark.go#L308: for gp := list.head.ptr(); gp != nil; gp = gp.schedlink.ptr() {
mgcmark.go#L631: oldList.tail.ptr().schedlink.set(nil)
mgcpacer.go#L890: gp := node.gp.ptr()
proc.go#L2412: if _g_.m.lockedg == 0 || _g_.m.lockedg.ptr().lockedm.ptr() != _g_.m {
proc.go#L2423: status := readgstatus(_g_.m.lockedg.ptr())
proc.go#L2426: dumpgstatus(_g_.m.lockedg.ptr())
proc.go#L2625: gp := node.gp.ptr()
proc.go#L2998: return pp, node.gp.ptr()
proc.go#L3052: for gp := glist.head.ptr(); gp != nil; gp = gp.schedlink.ptr() {
proc.go#L3059: head := glist.head.ptr()
proc.go#L3062: for gp := head; gp != nil; gp = gp.schedlink.ptr() {
proc.go#L3120: execute(_g_.m.lockedg.ptr(), false) // Never returns.
proc.go#L4517: n = gentraceback(mp.libcallpc, mp.libcallsp, 0, mp.libcallg.ptr(), 0, &stk[0], len(stk), nil, nil, 0)
proc.go#L4641: gp := pp.runq[pp.runqtail%uint32(len(pp.runq))].ptr()
proc.go#L4646: globrunqputhead(pp.runnext.ptr())
proc.go#L5376: lockedg := mp.lockedg.ptr()
proc.go#L5694: gp = oldnext.ptr()
proc.go#L5724: batch[i] = _p_.runq[(h+i)%uint32(len(_p_.runq))].ptr()
proc.go#L5798: return next.ptr(), true
proc.go#L5807: gp := _p_.runq[h%uint32(len(_p_.runq))].ptr()
proc.go#L5819: drainQ.pushBack(oldNext.ptr())
proc.go#L5846: gp := _p_.runq[(h+i)%uint32(len(_p_.runq))].ptr()
proc.go#L5919: gp := _p_.runq[(t+n)%uint32(len(_p_.runq))].ptr()
proc.go#L5956: q.tail.ptr().schedlink.set(gp)
proc.go#L5969: q2.tail.ptr().schedlink = 0
proc.go#L5971: q.tail.ptr().schedlink = q2.head
proc.go#L5981: gp := q.head.ptr()
proc.go#L6018: q.tail.ptr().schedlink = l.head
proc.go#L6025: gp := l.head.ptr()
runtime2.go#L263: func (gp guintptr) ptr() *g { return (*g)(unsafe.Pointer(gp)) }
stack.go#L963: if thisg.m.morebuf.g.ptr().stackguard0 == stackFork {
stack.go#L966: if thisg.m.morebuf.g.ptr() != thisg.m.curg {
stack.go#L969: traceback(morebuf.pc, morebuf.sp, morebuf.lr, morebuf.g.ptr())
trace.go#L473: gp := trace.reader.ptr()
traceback.go#L796: traceback1(gp.m.libcallpc, gp.m.libcallsp, 0, gp.m.libcallg.ptr(), 0)
traceback.go#L916: if g.m.throwing > 0 && gp != nil && (gp == g.m.curg || gp == g.m.caughtsig.ptr()) {